Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version v2.1.0 #9

Draft
wants to merge 65 commits into
base: rero
Choose a base branch
from
Draft

version v2.1.0 #9

wants to merge 65 commits into from

Conversation

rerowep
Copy link

@rerowep rerowep commented Mar 31, 2023

No description provided.

max-moser and others added 30 commits May 17, 2021 18:03
* remove pinning of flask
* apparently there are cases where current_user is None, which caused
  the check for 'current_user.is_anonymous' to fail
* The two extensions removed are now built into Jinja directly since
  v2.9.
* All data is moved to accounts user table, so there's no more data
  to display here.
* Fixes how profile fields are rendered together with email/password
  field in the registration form.
* Changes views and code to rely on the new profile field in accounts
  rather than having a separate database model here.
* Adds basic support for setting visibility preferences.
utnapischtim and others added 17 commits July 7, 2022 16:43
* add helper to be able to use the preferences form during signup, as
  already done for the profile form. Useful when used with hidden forms
  where user is registered with OAuth.
* ci: adds i18n workflow

test: adds dry extract_messages command

* update dependencies

* use --output-file instead of --dry-run as it is buggy

* move i18n test

* Update run-i18n-tests.sh

---------

Co-authored-by: mojib <[email protected]>
Co-authored-by: David Eckhard <[email protected]>
Co-authored-by: David <[email protected]>
* removed use of speaklater and replaced by using LazyString from
  invenio_i18n so from flask-babel
@rerowep rerowep changed the title Wep v2.1.0 version v2.1.0 Mar 31, 2023
@rerowep rerowep force-pushed the wep-v2.1.0 branch 4 times, most recently from 1c6951a to e940fc3 Compare June 1, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.